var github.com/go-pg/pg/v10/orm.afterInsertHookType
2 uses
github.com/go-pg/pg/v10/orm (current package)
hook.go#L166: var afterInsertHookType = reflect.TypeOf((*AfterInsertHook)(nil)).Elem()
table.go#L118: if typ.Implements(afterInsertHookType) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)